home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / edsspell / filtfrm.dfm / filtfrm.txt
Text File  |  1996-09-15  |  8KB  |  435 lines

  1. object FilterForm: TFilterForm
  2.   Left = 199
  3.   Top = 101
  4.   ActiveControl = Field1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Filter Records'
  8.   ClientHeight = 220
  9.   ClientWidth = 433
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 73
  22.     Top = 12
  23.     Width = 101
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Field:'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 198
  36.     Top = 12
  37.     Width = 96
  38.     Height = 16
  39.     AutoSize = False
  40.     Caption = 'Comparison:'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object Label3: TLabel
  49.     Left = 300
  50.     Top = 12
  51.     Width = 113
  52.     Height = 16
  53.     AutoSize = False
  54.     Caption = 'Compare to:'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object Bevel1: TBevel
  63.     Left = 5
  64.     Top = 198
  65.     Width = 421
  66.     Height = 12
  67.     Shape = bsTopLine
  68.   end
  69.   object Operator1: TComboBox
  70.     Tag = 1
  71.     Left = 198
  72.     Top = 30
  73.     Width = 97
  74.     Height = 20
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     Items.Strings = (
  78.       'is Blank'
  79.       'is Not Blank'
  80.       'Equal to'
  81.       'Not Equal to'
  82.       'Greater Than'
  83.       'LessThan'
  84.       'Greater or Equal to'
  85.       'Less or Equal to')
  86.     TabOrder = 1
  87.   end
  88.   object Value1: TEdit
  89.     Tag = 1
  90.     Left = 300
  91.     Top = 30
  92.     Width = 121
  93.     Height = 20
  94.     TabOrder = 2
  95.   end
  96.   object Link2: TComboBox
  97.     Tag = 2
  98.     Left = 11
  99.     Top = 52
  100.     Width = 58
  101.     Height = 20
  102.     Style = csDropDownList
  103.     ItemHeight = 13
  104.     Items.Strings = (
  105.       '(none)'
  106.       'And'
  107.       'Or')
  108.     TabOrder = 3
  109.     OnChange = LinkChange
  110.     OnExit = LinkExit
  111.   end
  112.   object Link3: TComboBox
  113.     Tag = 3
  114.     Left = 11
  115.     Top = 74
  116.     Width = 58
  117.     Height = 20
  118.     Style = csDropDownList
  119.     Enabled = False
  120.     ItemHeight = 13
  121.     Items.Strings = (
  122.       '(none)'
  123.       'And'
  124.       'Or')
  125.     TabOrder = 7
  126.     OnChange = LinkChange
  127.     OnExit = LinkExit
  128.   end
  129.   object Operator2: TComboBox
  130.     Tag = 2
  131.     Left = 198
  132.     Top = 52
  133.     Width = 97
  134.     Height = 20
  135.     Style = csDropDownList
  136.     Enabled = False
  137.     ItemHeight = 13
  138.     Items.Strings = (
  139.       'is Blank'
  140.       'is Not Blank'
  141.       'Equal to'
  142.       'Not Equal to'
  143.       'Greater Than'
  144.       'LessThan'
  145.       'Greater or Equal to'
  146.       'Less or Equal to')
  147.     TabOrder = 5
  148.   end
  149.   object Value2: TEdit
  150.     Tag = 2
  151.     Left = 300
  152.     Top = 52
  153.     Width = 121
  154.     Height = 20
  155.     Enabled = False
  156.     TabOrder = 6
  157.   end
  158.   object Link4: TComboBox
  159.     Tag = 4
  160.     Left = 11
  161.     Top = 96
  162.     Width = 58
  163.     Height = 20
  164.     Style = csDropDownList
  165.     Enabled = False
  166.     ItemHeight = 13
  167.     Items.Strings = (
  168.       '(none)'
  169.       'And'
  170.       'Or')
  171.     TabOrder = 11
  172.     OnChange = LinkChange
  173.     OnExit = LinkExit
  174.   end
  175.   object Operator3: TComboBox
  176.     Tag = 3
  177.     Left = 198
  178.     Top = 74
  179.     Width = 97
  180.     Height = 20
  181.     Style = csDropDownList
  182.     Enabled = False
  183.     ItemHeight = 13
  184.     Items.Strings = (
  185.       'is Blank'
  186.       'is Not Blank'
  187.       'Equal to'
  188.       'Not Equal to'
  189.       'Greater Than'
  190.       'LessThan'
  191.       'Greater or Equal to'
  192.       'Less or Equal to')
  193.     TabOrder = 9
  194.   end
  195.   object Value3: TEdit
  196.     Tag = 3
  197.     Left = 300
  198.     Top = 74
  199.     Width = 121
  200.     Height = 20
  201.     Enabled = False
  202.     TabOrder = 10
  203.   end
  204.   object Link5: TComboBox
  205.     Tag = 5
  206.     Left = 11
  207.     Top = 118
  208.     Width = 58
  209.     Height = 20
  210.     Style = csDropDownList
  211.     Enabled = False
  212.     ItemHeight = 13
  213.     Items.Strings = (
  214.       '(none)'
  215.       'And'
  216.       'Or')
  217.     TabOrder = 15
  218.     OnChange = LinkChange
  219.     OnExit = LinkExit
  220.   end
  221.   object Operator4: TComboBox
  222.     Tag = 4
  223.     Left = 198
  224.     Top = 96
  225.     Width = 97
  226.     Height = 20
  227.     Style = csDropDownList
  228.     Enabled = False
  229.     ItemHeight = 13
  230.     Items.Strings = (
  231.       'is Blank'
  232.       'is Not Blank'
  233.       'Equal to'
  234.       'Not Equal to'
  235.       'Greater Than'
  236.       'LessThan'
  237.       'Greater or Equal to'
  238.       'Less or Equal to')
  239.     TabOrder = 13
  240.   end
  241.   object Value4: TEdit
  242.     Tag = 4
  243.     Left = 300
  244.     Top = 96
  245.     Width = 121
  246.     Height = 20
  247.     Enabled = False
  248.     TabOrder = 14
  249.   end
  250.   object Operator5: TComboBox
  251.     Tag = 5
  252.     Left = 198
  253.     Top = 118
  254.     Width = 97
  255.     Height = 20
  256.     Style = csDropDownList
  257.     Enabled = False
  258.     ItemHeight = 13
  259.     Items.Strings = (
  260.       'is Blank'
  261.       'is Not Blank'
  262.       'Equal to'
  263.       'Not Equal to'
  264.       'Greater Than'
  265.       'LessThan'
  266.       'Greater or Equal to'
  267.       'Less or Equal to')
  268.     TabOrder = 17
  269.   end
  270.   object Value5: TEdit
  271.     Tag = 5
  272.     Left = 300
  273.     Top = 118
  274.     Width = 121
  275.     Height = 20
  276.     Enabled = False
  277.     TabOrder = 18
  278.   end
  279.   object Link6: TComboBox
  280.     Tag = 6
  281.     Left = 11
  282.     Top = 140
  283.     Width = 58
  284.     Height = 20
  285.     Style = csDropDownList
  286.     Enabled = False
  287.     ItemHeight = 13
  288.     Items.Strings = (
  289.       '(none)'
  290.       'And'
  291.       'Or')
  292.     TabOrder = 19
  293.     OnChange = LinkChange
  294.     OnExit = LinkExit
  295.   end
  296.   object Operator6: TComboBox
  297.     Tag = 6
  298.     Left = 198
  299.     Top = 140
  300.     Width = 97
  301.     Height = 20
  302.     Style = csDropDownList
  303.     Enabled = False
  304.     ItemHeight = 13
  305.     Items.Strings = (
  306.       'is Blank'
  307.       'is Not Blank'
  308.       'Equal to'
  309.       'Not Equal to'
  310.       'Greater Than'
  311.       'LessThan'
  312.       'Greater or Equal to'
  313.       'Less or Equal to')
  314.     TabOrder = 21
  315.   end
  316.   object Value6: TEdit
  317.     Tag = 6
  318.     Left = 300
  319.     Top = 140
  320.     Width = 121
  321.     Height = 20
  322.     Enabled = False
  323.     TabOrder = 22
  324.   end
  325.   object Panel1: TPanel
  326.     Left = 0
  327.     Top = 182
  328.     Width = 433
  329.     Height = 38
  330.     Align = alBottom
  331.     Alignment = taLeftJustify
  332.     TabOrder = 23
  333.     object NoteLabel: TLabel
  334.       Left = 3
  335.       Top = 3
  336.       Width = 254
  337.       Height = 27
  338.       AutoSize = False
  339.       Caption = 
  340.         'For partial matches use '#39'..'#39' at the end of the Compare to value ' +
  341.         'and Comparison '#39'Equal'#39'.'
  342.       Font.Color = clBlack
  343.       Font.Height = -11
  344.       Font.Name = 'MS Sans Serif'
  345.       Font.Style = [fsBold]
  346.       ParentFont = False
  347.     end
  348.     object OKBtn: TBitBtn
  349.       Left = 261
  350.       Top = 4
  351.       Width = 80
  352.       Height = 30
  353.       TabOrder = 0
  354.       OnClick = OKBtnClick
  355.       Kind = bkOK
  356.     end
  357.     object CancelBtn: TBitBtn
  358.       Left = 345
  359.       Top = 4
  360.       Width = 80
  361.       Height = 30
  362.       TabOrder = 1
  363.       Kind = bkCancel
  364.     end
  365.   end
  366.   object Field1: TDBFieldCombo
  367.     Left = 74
  368.     Top = 30
  369.     Width = 119
  370.     Height = 20
  371.     Style = csDropDownList
  372.     ItemHeight = 13
  373.     TabOrder = 0
  374.     DataSource = DataSource1
  375.     UseFieldNames = False
  376.   end
  377.   object Field2: TDBFieldCombo
  378.     Left = 74
  379.     Top = 52
  380.     Width = 119
  381.     Height = 20
  382.     Style = csDropDownList
  383.     ItemHeight = 13
  384.     TabOrder = 4
  385.     DataSource = DataSource1
  386.     UseFieldNames = False
  387.   end
  388.   object Field3: TDBFieldCombo
  389.     Left = 74
  390.     Top = 74
  391.     Width = 119
  392.     Height = 20
  393.     Style = csDropDownList
  394.     ItemHeight = 13
  395.     TabOrder = 8
  396.     DataSource = DataSource1
  397.     UseFieldNames = False
  398.   end
  399.   object Field4: TDBFieldCombo
  400.     Left = 74
  401.     Top = 96
  402.     Width = 119
  403.     Height = 20
  404.     Style = csDropDownList
  405.     ItemHeight = 13
  406.     TabOrder = 12
  407.     DataSource = DataSource1
  408.     UseFieldNames = False
  409.   end
  410.   object Field5: TDBFieldCombo
  411.     Left = 74
  412.     Top = 118
  413.     Width = 119
  414.     Height = 20
  415.     Style = csDropDownList
  416.     ItemHeight = 13
  417.     TabOrder = 16
  418.     DataSource = DataSource1
  419.     UseFieldNames = False
  420.   end
  421.   object Field6: TDBFieldCombo
  422.     Left = 74
  423.     Top = 140
  424.     Width = 119
  425.     Height = 20
  426.     Style = csDropDownList
  427.     ItemHeight = 13
  428.     TabOrder = 20
  429.     DataSource = DataSource1
  430.     UseFieldNames = False
  431.   end
  432.   object DataSource1: TDataSource
  433.   end
  434. end
  435.